home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / archiver / zoo21src.zoo / asmconst.ai < prev    next >
Text File  |  1991-07-24  |  443b  |  15 lines

  1. ; $Source$
  2. ; $Id$
  3. ;The contents of this file are hereby released to the public domain.
  4. ;                                 -- Rahul Dhesi 1988/08/25
  5.  
  6. ;Constant values for lzc.asm and lzd.asm
  7. maxbits        equ    13
  8. clear        equ    256        ;Clear code
  9. eof        equ    257        ;End of file marker
  10. first_free    equ    258        ;First free code
  11. maxmax        equ    1 shl maxbits    ;Max code + 1
  12.  
  13. inbufsiz    equ    8192        ;size of input buffer
  14. outbufsiz    equ    8192        ;size of output buffer
  15.